home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / afd / postcode / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-03  |  2.9 KB  |  80 lines

  1. @echo off
  2. cls
  3. if "%1"=="" goto StartAgain
  4. cls
  5. Echo             ╔═════════════════════════════════════════════════════╗
  6. Echo             ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
  7. Echo             ║                      Copyright 1994                 ║
  8. Echo             ║             AFD Computers +44 (0)1294 823221        ║
  9. Echo             ╚═════════════════════════════════════════════════════╝
  10. echo  
  11. echo Ready to Install DOS version of AFD Postcode - PC-POP.  To Install 
  12. echo WINDOWS version, press [Ctrl]+[Break] and Terminate the Install Batch Job.
  13. echo Select File Run A:SETUP from Windows Program Manager.
  14. echo  
  15. pause
  16. echo  
  17. echo             Copying Files please wait .  .  .  .  .  .  .  .  .  .  .
  18. md c:\postcode
  19. copy *.* c:\postcode
  20. echo  
  21. echo  
  22. echo Expanding Library Files,   please wait a moment .  .  .  .  .
  23. expand c:\postcode\pc.dl_ c:\postcode\pc.dll
  24. expand c:\postcode\pc1.dl_ c:\postcode\pc1.dll
  25. echo  
  26. Echo Creating Correct .INI file for your printer selection.
  27. copy c:\postcode\pc-pop.%1 c:\postcode\pc-pop.ini >nul
  28. goto ALLDONE
  29. :StartAgain
  30. cls
  31. Echo             ╔═════════════════════════════════════════════════════╗
  32. Echo             ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
  33. Echo             ║                      Copyright 1994                 ║
  34. Echo             ╚═════════════════════════════════════════════════════╝
  35. echo  
  36. echo             To Install PC-POP please type the following from the DOS
  37. echo             prompt. . . A:\
  38. echo  
  39. echo                 INSTALL [PTR]
  40. echo  
  41. echo             Where [PTR] is the type printer to use:
  42. echo  
  43. echo                 HP = HEWLETT PACKARD type - ie deskjet & laserjet families
  44. echo                 EP = EPSON type printers - ie FX, LX, LQ series etc
  45. echo  
  46. echo             Please try again. . .
  47. goto Finish
  48. :ALLDONE
  49. cls
  50. Echo             ╔═════════════════════════════════════════════════════╗
  51. Echo             ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
  52. Echo             ║                      Copyright 1994                 ║
  53. Echo             ╚═════════════════════════════════════════════════════╝
  54. echo  
  55. echo             The program files are now installed to C:\POSTCODE
  56. Echo             Please add the following line to your autoexec.bat file:
  57. Echo  
  58. Echo                             SET PC=C:\POSTCODE
  59. echo  
  60. Echo             Please reboot your machine after doing this, PC-POP is 
  61. Echo             then ready to use.
  62. Echo  
  63. Echo  
  64. Echo                     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  65. Echo                     Thank You for choosing an AFD Product.
  66. Echo                     ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  67. Echo  
  68. Echo  
  69. Echo             Press any key to view the readme file.  
  70. Echo             You may want to print it later.  
  71. Echo             It is called C:\POSTCODE\PC-POP.TXT
  72. Pause >nul
  73. cls
  74. copy A:PC*.txt c:\postcode > Nul
  75. type a:\PC-POP.txt |more
  76. echo  
  77. :Finish
  78. pause
  79. cls
  80.